Skip to content

Commit

Permalink
Update sw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Oct 18, 2023
1 parent 3302100 commit 1244a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

linux:
runs-on: ubuntu-22.04
container: fedora:38
container: fedora:latest
steps:
- uses: actions/checkout@v1
- name: prepare
Expand All @@ -24,7 +24,7 @@ jobs:
- run: ./sw build -compiler gcc

macos:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- uses: egorpugin/sw-action@master
Expand Down

0 comments on commit 1244a16

Please sign in to comment.