Skip to content

Commit

Permalink
Update std_tests_gcc_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav authored Dec 5, 2024
1 parent 3427218 commit 3a16c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/std_tests_gcc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
build-and-exec:
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
- name: Test - std/unicode/utf16
run: |
.\bin\julec test --compiler gcc -o test std/unicode/utf16/test
./test
./test

0 comments on commit 3a16c70

Please sign in to comment.